gcc-15
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 8 Nov 2025 13:36:04 +0000 (14:36 +0100)
committerMatthias Klose <doko@debian.org>
Sat, 8 Nov 2025 13:36:04 +0000 (14:36 +0100)
Gbp-Pq: Name gcc-15.diff

lldb/include/lldb/Utility/AddressableBits.h
llvm/include/llvm/ADT/SmallVector.h
llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h
llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h
mlir/include/mlir/Target/SPIRV/Deserialization.h

index 13c21329a8c617c340a1f3512daad3dbb4650db6..0b0fd8bb26da60850d5337e24d793c44eae3727b 100644 (file)
@@ -11,6 +11,8 @@
 
 #include "lldb/lldb-forward.h"
 
+#include <cstdint>
+
 namespace lldb_private {
 
 /// \class AddressableBits AddressableBits.h "lldb/Core/AddressableBits.h"
index 09676d792dfebd88e5c8eace666b3ab0044a962e..17444147b102a9636fe4f0f48cfb647aaaf3ed6b 100644 (file)
@@ -19,6 +19,7 @@
 #include <algorithm>
 #include <cassert>
 #include <cstddef>
+#include <cstdint>
 #include <cstdlib>
 #include <cstring>
 #include <functional>
index 3ef00f75735b0db5ac21312a48ce0441ce3bb4f1..879dbe1b279b1841563bc00c96509e8bceb3ea5b 100644 (file)
@@ -15,6 +15,7 @@
 #ifndef LLVM_LIB_TARGET_AMDGPU_MCTARGETDESC_AMDGPUMCTARGETDESC_H
 #define LLVM_LIB_TARGET_AMDGPU_MCTARGETDESC_AMDGPUMCTARGETDESC_H
 
+#include <cstdint>
 #include <memory>
 
 namespace llvm {
index 437a7bd6ff6c4cfe94962948b348c7a89429a1ce..fd7d794849b312a890341ea40e972484815938f7 100644 (file)
@@ -13,6 +13,7 @@
 #ifndef LLVM_LIB_TARGET_X86_MCTARGETDESC_X86MCTARGETDESC_H
 #define LLVM_LIB_TARGET_X86_MCTARGETDESC_X86MCTARGETDESC_H
 
+#include <cstdint>
 #include <memory>
 #include <string>
 
index 6e617ef40a53d7ddbe76c5200ea33583efddcf7b..1fe72ca916e5fe6ae55f92ebadbc2c2bf922e382 100644 (file)
@@ -10,6 +10,7 @@
 #define MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H
 
 #include "mlir/Support/LogicalResult.h"
+#include <cstdint>
 
 namespace mlir {
 class DialectRegistry;
index e39258beeaac86d8e6df3f323688e657bd240be5..a346a7fd1e5f7bff7a7b67d32b06b1429ebd747c 100644 (file)
@@ -15,6 +15,7 @@
 
 #include "mlir/IR/OwningOpRef.h"
 #include "mlir/Support/LLVM.h"
+#include <cstdint>
 
 namespace mlir {
 class MLIRContext;